Error processing SSI file
LEADTOOLS Medical (Leadtools.Medical.Workstation assembly)

Show in webframe

Remove(KeyValuePair<TKey,TValue>) Method







The key of the element to remove.
Removes the value with the specified key from the DictionaryWithEvents<TKey,TValue>.
Syntax
public bool Remove( 
   KeyValuePair<TKey,TValue> item
)
'Declaration
 
Public Overloads Function Remove( _
   ByVal item As KeyValuePair(Of TKey,TValue) _
) As Boolean
'Usage
 
Dim instance As DictionaryWithEvents(Of TKey,TValue)
Dim item As KeyValuePair(Of TKey,TValue)
Dim value As Boolean
 
value = instance.Remove(item)

            

            
public: bool Remove( 
   KeyValuePair<TKey*,TValue*> item
) 
public:
bool Remove( 
   KeyValuePair<TKey^,TValue^> item
) 

Parameters

item
The key of the element to remove.

Return Value

true if the element is successfully found and removed; otherwise, false. This method returns false if key is not found in the DictionaryWithEvents<TKey,TValue>.
Requirements

Target Platforms

See Also

Reference

DictionaryWithEvents<TKey,TValue> Class
DictionaryWithEvents<TKey,TValue> Members
Overload List

Error processing SSI file
   Leadtools.Medical.Workstation requires a Medical toolkit license and unlock key. For more information, refer to: LEADTOOLS Toolkit Features